home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -seriously_amiga- / misc / football / user / deletenewdatafiles.rexx < prev    next >
OS/2 REXX Batch file  |  1999-02-03  |  753b  |  26 lines

  1. /* ***********************************************************************
  2.  
  3.    DELETE NEW DATA FILES PROGRAM FOR FOOTBALL REXX SUITE
  4.   -------------------------------------------------------
  5.                    Copyright  Mark Naughton 1997
  6.  
  7.  
  8. Version    Date     History
  9. --------------------------------------------------------------------------
  10.  
  11.  1.0       061097   Created to cleanup files left over from EndOfSeason.
  12.  
  13. **************************************************************************
  14.  
  15. Procedure
  16. ---------
  17.  
  18. 1. Call 'Delete' command to delete all files in 'Data/' with '_NewData'.
  19.  
  20. ************************************************************************** */
  21. ARG league_file
  22.  
  23. version      = 1
  24.  
  25. address command 'delete >NIL: Data/#?_NewData#?'
  26.